home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 001249_daemon _Fri Jun 11 10:34:13 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  3KB

  1. Received: by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  2.     id AA17380; Fri, 11 Jun 93 10:34:15 MET DST
  3. Return-Path: <dsr@hplb.hpl.hp.com>
  4. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  5.     id AA17376; Fri, 11 Jun 93 10:34:13 MET DST
  6. Received: from hplb.hpl.hp.com by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  7.     id AA13842; Fri, 11 Jun 1993 10:56:11 +0200
  8. Received: from dragget.hpl.hp.com by hplb.hpl.hp.com; Fri, 11 Jun 93 09:48:26 +0100
  9. Received: by manuel.hpl.hp.com
  10.     (16.6/15.6+ISC) id AA00997; Fri, 11 Jun 93 09:54:24 +0100
  11. From: Dave_Raggett <dsr@hplb.hpl.hp.com>
  12. Message-Id: <9306110854.AA00997@manuel.hpl.hp.com>
  13. Subject: Re: Style sheets for HTML
  14. To: raisch@ora.com
  15. Date: Fri, 11 Jun 93 9:54:22 BST
  16. Cc: www-talk@nxoc01.cern.ch
  17. Mailer: Elm [revision: 66.36.1.1]
  18.  
  19. Dear Rob,
  20.  
  21. First a few words on what I am doing ...
  22.  
  23. I am drafting the DTD for HTML+ which will be the successor to HTML. The
  24. new standard will be largely compatible with HTML but will standardise
  25. features such as embedded images, figures and add new ones such as tables,
  26. and forms. You can look at the current state of the DTD (work in progress)
  27. at "ftp://info.cern.ch/pub/www/dev/htmlplus.dtd.txt". I hope to finalise
  28. the HTML+ standard this summer, and issue it formally as an RFC.
  29.  
  30. We would very much like to ensure the new standard meets the needs for a
  31. generic, lightweight, presentation independent delivery format for publishers
  32. and the Internet community at large. Terry Allen, editor of the Digital Media
  33. Group has already been very helpful, and I would like to encourage other
  34. members of O'Reilly & Associates to contribute their views too.
  35.  
  36. I read your style sheet proposal with great interest, and will add the
  37. "style" attribute to the LINK tag attribute definition in the DTD.
  38.  
  39. Have you considered allowing multiple stylesheets to cover different uses?
  40. This would mean that you could specify one style for printing and another for
  41. online use. You might want to go further and distinguish between X windows,
  42. PC's and palmtops.
  43.  
  44. My suggestion is that the LINK element takes another attribute which specifies
  45. the intended media, e.g.
  46.  
  47.         <LINK style="http://ora.com/styles/paper_a4" media="paper/A4">
  48.         <LINK style="http://ora.com/styles/paper_B5" media="paper/B5">
  49.         <LINK style="http://ora.com/styles/xwindows" media="xwindows">        
  50.  
  51. Multiple such elements could be included in each HTML+ document.
  52.  
  53. Note that the media attribute value can encode further parameters - paper
  54. size in the above example. By defining the media attribute as taking a CDATA
  55. value, we can allow for new types of media without needing to change the DTD.
  56.  
  57. Comments please?
  58.  
  59. Dave Raggett,
  60.  
  61. -----------------------------------------------------------------------------
  62. Hewlett Packard Laboratories,           +44 272 228046
  63. Bristol, England                        dsr@hplb.hpl.hp.com